TaskRequest Class

Class TaskRequest.

Definition

Namespace: Independentsoft.Pst
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class TaskRequest : Message
Inheritance
Object    Item    Message    TaskRequest

Properties

Attachments Gets the attachments.
(Inherited from Item)
BillingInformation Gets the billing information.
(Inherited from Item)
Body Gets the body.
(Inherited from Item)
BodyHtml Gets the body HTML.
(Inherited from Item)
BodyHtmlText Gets the body HTML text.
(Inherited from Item)
BodyRtf Gets the body RTF.
(Inherited from Item)
Categories Gets the categories.
(Inherited from Item)
ClientSubmitTime Gets the client submit time.
(Inherited from Item)
CodePage Gets the code page.
(Inherited from Item)
ConversationIndex Gets the index of the conversation.
(Inherited from Item)
ConversationTopic Gets the conversation topic.
(Inherited from Item)
CreationTime Gets the creation time.
(Inherited from Item)
CreatorName Gets the name of the creator.
(Inherited from Item)
DisableFullFidelity Gets a value indicating whether [disable full fidelity].
(Inherited from Item)
DisplayBcc Gets the display BCC.
(Inherited from Item)
DisplayCc Gets the display cc.
(Inherited from Item)
DisplayTo Gets the display to.
(Inherited from Item)
Encoding Gets the encoding.
(Inherited from Item)
EntryId Gets the entry identifier.
(Inherited from Item)
ExtendedProperties Gets the extended properties.
(Inherited from Item)
FlagIcon Gets the flag icon.
(Inherited from Item)
FlagStatus Gets the flag status.
(Inherited from Item)
HasAttachment Gets a value indicating whether this instance has attachment.
(Inherited from Item)
IconIndex Gets the index of the icon.
(Inherited from Item)
Id Gets the identifier.
(Inherited from Item)
Importance Gets the importance.
(Inherited from Item)
InReplyTo Gets the in reply to.
(Inherited from Item)
InternetCodePage Gets the internet code page.
(Inherited from Item)
InternetMessageId Gets the internet message identifier.
(Inherited from Item)
InternetReferences Gets the internet references.
(Inherited from Item)
IsEmbedded Gets a value indicating whether this instance is embedded.
(Inherited from Item)
IsHidden Gets a value indicating whether this instance is hidden.
(Inherited from Item)
IsReadOnly Gets a value indicating whether this instance is read only.
(Inherited from Item)
IsSystem Gets a value indicating whether this instance is system.
(Inherited from Item)
Keywords Gets the keywords.
(Inherited from Item)
LastModificationTime Gets the last modification time.
(Inherited from Item)
LastModifierName Gets the last name of the modifier.
(Inherited from Item)
LastVerbExecuted Gets the last verb executed.
(Inherited from Item)
LastVerbExecutionTime Gets the last verb execution time.
(Inherited from Item)
MessageClass Gets or sets message class, such as "IPM.Note". The message class specifies the type of the message. It determines the set of properties defined for the message, the kind of information the message conveys, and how to handle the message. This property represents MAPI property PR_MESSAGE_CLASS. Here is a list of standard values .
(Inherited from
Item)
MessageDeliveryTime Gets the message delivery time.
(Inherited from Item)
MessageFlags Gets the message flags.
(Inherited from Item)
Mileage Gets the mileage.
(Inherited from Item)
NormalizedSubject Gets the normalized subject.
(Inherited from Item)
ObjectType Gets the type of the object.
(Inherited from Item)
OriginalDisplayTo Gets the original display to.
(Inherited from Item)
OutlookInternalVersion Gets the outlook internal version.
(Inherited from Item)
OutlookVersion Gets the outlook version.
(Inherited from Item)
ParentId Gets the parent identifier.
(Inherited from Item)
Priority Gets the priority.
(Inherited from Item)
ProviderSubmitTime Gets the provider submit time.
(Inherited from Item)
ReceivedByAddressType Gets the type of the received by address.
(Inherited from Item)
ReceivedByEmailAddress Gets the received by email address.
(Inherited from Item)
ReceivedByEntryId Gets the received by entry identifier.
(Inherited from Item)
ReceivedByName Gets the name of the received by.
(Inherited from Item)
ReceivedBySearchKey Gets the received by search key.
(Inherited from Item)
ReceivedRepresentingAddressType Gets the type of the received representing address.
(Inherited from Item)
ReceivedRepresentingEmailAddress Gets the received representing email address.
(Inherited from Item)
ReceivedRepresentingEntryId Gets the received representing entry identifier.
(Inherited from Item)
ReceivedRepresentingName Gets the name of the received representing.
(Inherited from Item)
ReceivedRepresentingSearchKey Gets the received representing search key.
(Inherited from Item)
Recipients Gets the recipients.
(Inherited from Item)
ReplyTo Gets the reply to.
(Inherited from Item)
ReportText Gets the report text.
(Inherited from Item)
ReportTime Gets the report time.
(Inherited from Item)
RtfCompressed Gets the RTF compressed.
(Inherited from Item)
RtfInSync Gets a value indicating whether [RTF in synchronize].
(Inherited from Item)
SearchKey Gets the search key.
(Inherited from Item)
SenderAddressType Gets the type of the sender address.
(Inherited from Item)
SenderEmailAddress Gets the sender email address.
(Inherited from Item)
SenderEntryId Gets the sender entry identifier.
(Inherited from Item)
SenderName Gets the name of the sender.
(Inherited from Item)
SenderSearchKey Gets the sender search key.
(Inherited from Item)
Sensitivity Gets the sensitivity.
(Inherited from Item)
SentRepresentingAddressType Gets the type of the sent representing address.
(Inherited from Item)
SentRepresentingEmailAddress Gets the sent representing email address.
(Inherited from Item)
SentRepresentingEntryId Gets the sent representing entry identifier.
(Inherited from Item)
SentRepresentingName Gets the name of the sent representing.
(Inherited from Item)
SentRepresentingSearchKey Gets the sent representing search key.
(Inherited from Item)
Size Gets the size.
(Inherited from Item)
Subject Gets or set subject. This property represents MAPI property PR_SUBJECT.
(Inherited from Item)
SubjectPrefix Gets or sets subject prefix that typically indicates some action on a message, such as "FW: " for forwarding. This property represents MAPI property PR_SUBJECT_PREFIX.
(Inherited from Item)
Table Gets the table.
(Inherited from Item)
TransportMessageHeaders Gets the transport message headers.
(Inherited from Item)

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetMessageFile Gets the message file.
(Inherited from Item)
GetMessageFile(Encoding) Gets the message file.
(Inherited from Item)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Save(Stream) Saves the specified stream.
(Inherited from Item)
Save(String) Saves the specified file path.
(Inherited from Item)
Save(Stream, Encoding) Saves the specified stream.
(Inherited from Item)
Save(String, Boolean) Saves the specified file path.
(Inherited from Item)
Save(String, Encoding) Saves the specified file path.
(Inherited from Item)
Save(String, Boolean, Encoding) Saves the specified file path.
(Inherited from Item)
ToString
(Inherited from Object)

See Also